home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / update-notifier / notify-reboot-required
Text File  |  2008-10-24  |  99b  |  7 lines

  1. #!/bin/sh
  2.  
  3. # Wake the applet up
  4. if mountpoint -q /var/run; then
  5.     touch /var/run/reboot-required
  6. fi
  7.